How can I manage hostnames across multiple servers? [closed]
Posted
by
Dan
on Server Fault
See other posts from Server Fault
or by Dan
Published on 2012-08-31T17:51:39Z
Indexed on
2012/09/03
21:39 UTC
Read the original article
Hit count: 139
In a lot of documentation I've seen recently, servers are referred to by internal hostnames, such as production-1, production-2, db-1. I realize I can associate these names in the hosts file on the server, but this would obviously mean maintaining a host file for multiple servers, which for anything greater than 2 or 3 would get unwieldy.
Is there some simple way people manage common hostnames across multiple servers and keep them in sync, without having to edit multiple files every time?
© Server Fault or respective owner